   .background-section {
      background-image: url('/assest/img/success.png'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      color: white;
      padding: 0px 0;
      position: relative;
    }

    .overlay {
      background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for readability */
      padding: 60px 20px;
    }

   .card-custom {
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .card-title-o {
      font-weight: 600;
      font-size: 1.25rem;
      color: #333;
    }
    .card-text {
      font-size: 0.95rem;
      color: #555;
    }

     .custom-container-lr {
      padding: 50px 0;
    }

    .custom-title-lr {
      font-size: 2rem;
      font-weight: bold;
    }

    .custom-content-lr {
      font-size: 1.1rem;
      color: #555;
    }

    .custom-img-lr {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }